Html Css Color HEX #788CBE Wild Blue Yonder

📋 copy color: '#788CBE'

red 120 ◦ green 140 ◦ blue 190

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

Shades of Wild Blue Yonder #788CBE

Tints of Wild Blue Yonder #788CBE

RGB

 RED value IS 120 (47.27% from 255) = 26.67%

 GREEN value IS 140 (55.08% from 255) = 31.11%

 BLUE value IS 190 (74.61% from 255) = 42.22%

R = 26.67%
G = 31.11%
B = 42.22%

CMYK

 C value IS 0.37

 M value IS 0.26

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#788CBE (or 0x788CBE) is known color: Wild Blue Yonder. HEX triplet: 78, 8C and BE. RGB value is (120,140,190). Sum of RGB (Red+Green+Blue) = 120+140+190=450 (59% of max value = 765). Red value is 120 (47.27% from 255 or 26.67% from 450); Green value is 140 (55.08% from 255 or 31.11% from 450); Blue value is 190 (74.61% from 255 or 42.22% from 450); Max value from RGB is 190 - color contains mainly: blue. Hex color #788CBE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #788CBE is #877341. Grayscale: #8B8B8B. Windows color (decimal): -8876866 or 12487800. OLE color: 12487800.

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

Color convert

RGB 120 140 190 -
CMYK 0.37 0.26 0 0.25
HSL 222.86º 0.35% 0.61% -
HSV(B) 222.86º 0.37% 0.75% -
XYZ 26.42 26.47 52.43 -
YUV 139.72 156.37 113.93 -
System Red Green Blue C M Y K H S L
Decimal 120 140 190 0.37 0.26 0 0.25 222.86 0.35 0.61
Hex 78 8C BE 25 1A 0 19 DF 23 3D
Octal 170 214 276 45 32 0 31 337 43 75
Binary 1111000 10001100 10111110 100101 11010 0 11001 11011111 100011 111101

Color Harmonies of #788CBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #788CBE

Black with #788CBE

Text Example


Text Example

White with #788CBE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #788CBE; }

 p { color: rgb(120,140,190); }

 H1.HeaderClassName
 {
   color: #788CBE;
 }
 .AnyTagClassName
 {
   color: #788CBE;
 }
</style>

background-color css

<style>
 a { background-color: #788CBE; }

 a { background-color: rgb(120,140,190); }

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

border-color css

<style>
 span { border-color: #788CBE; }

 span { border-color: rgb(120,140,190); }

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