Html Css Color HEX #758BC0 Wild Blue Yonder

📋 copy color: '#758BC0'

red 117 ◦ green 139 ◦ blue 192

#758BC0
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Wild Blue Yonder #758BC0

Tints of Wild Blue Yonder #758BC0

RGB

 RED value IS 117 (46.09% from 255) = 26.12%

 GREEN value IS 139 (54.69% from 255) = 31.03%

 BLUE value IS 192 (75.39% from 255) = 42.86%

R = 26.12%
G = 31.03%
B = 42.86%

CMYK

 C value IS 0.39

 M value IS 0.28

 Y value IS 0

 K value IS 0.25

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#758BC0 (or 0x758BC0) is known color: Wild Blue Yonder. HEX triplet: 75, 8B and C0. RGB value is (117,139,192). Sum of RGB (Red+Green+Blue) = 117+139+192=448 (59% of max value = 765). Red value is 117 (46.09% from 255 or 26.12% from 448); Green value is 139 (54.69% from 255 or 31.03% from 448); Blue value is 192 (75.39% from 255 or 42.86% from 448); Max value from RGB is 192 - color contains mainly: blue. Hex color #758BC0 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #758BC0 is #8A743F. Grayscale: #8A8A8A. Windows color (decimal): -9073728 or 12618613. OLE color: 12618613.

HSL color Cylindrical-coordinate representation of color #758BC0: hue angle of 222.4º degrees, saturation: 0.37, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #758BC0 is Cyan = 0.39, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 117 139 192 -
CMYK 0.39 0.28 0 0.25
HSL 222.4º 0.37% 0.61% -
HSV(B) 222.4º 0.39% 0.75% -
XYZ 26.08 26.05 53.52 -
YUV 138.46 158.21 112.69 -
System Red Green Blue C M Y K H S L
Decimal 117 139 192 0.39 0.28 0 0.25 222.4 0.37 0.61
Hex 75 8B C0 27 1C 0 19 DE 25 3D
Octal 165 213 300 47 34 0 31 336 45 75
Binary 1110101 10001011 11000000 100111 11100 0 11001 11011110 100101 111101

Color Harmonies of #758BC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #758BC0

Black with #758BC0

Text Example


Text Example

White with #758BC0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #758BC0; }

 p { color: rgb(117,139,192); }

 H1.HeaderClassName
 {
   color: #758BC0;
 }
 .AnyTagClassName
 {
   color: #758BC0;
 }
</style>

background-color css

<style>
 a { background-color: #758BC0; }

 a { background-color: rgb(117,139,192); }

 div.DivClassName
 {
   background-color: #758BC0;
 }
 .BgClassName
 {
   background-color: #758BC0;
 }
</style>

border-color css

<style>
 span { border-color: #758BC0; }

 span { border-color: rgb(117,139,192); }

 td.TdClassName
 {
   border-color: #758BC0;
 }
 .TagClassName
 {
   border-color: #758BC0;
 }
</style>