Html Css Color HEX #787DB2 Wild Blue Yonder

📋 copy color: '#787DB2'

red 120 ◦ green 125 ◦ blue 178

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

Shades of Wild Blue Yonder #787DB2

Tints of Wild Blue Yonder #787DB2

RGB

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

 GREEN value IS 125 (49.22% from 255) = 29.55%

 BLUE value IS 178 (69.92% from 255) = 42.08%

R = 28.37%
G = 29.55%
B = 42.08%

CMYK

 C value IS 0.33

 M value IS 0.30

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#787DB2 (or 0x787DB2) is known color: Wild Blue Yonder. HEX triplet: 78, 7D and B2. RGB value is (120,125,178). Sum of RGB (Red+Green+Blue) = 120+125+178=423 (56% of max value = 765). Red value is 120 (47.27% from 255 or 28.37% from 423); Green value is 125 (49.22% from 255 or 29.55% from 423); Blue value is 178 (69.92% from 255 or 42.08% from 423); Max value from RGB is 178 - color contains mainly: blue. Hex color #787DB2 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #787DB2 is #87824D. Grayscale: #818181. Windows color (decimal): -8880718 or 11697528. OLE color: 11697528.

HSL color Cylindrical-coordinate representation of color #787DB2: hue angle of 234.83º degrees, saturation: 0.27, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #787DB2 is Cyan = 0.33, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB 120 125 178 -
CMYK 0.33 0.30 0 0.30
HSL 234.83º 0.27% 0.58% -
HSV(B) 234.83º 0.33% 0.7% -
XYZ 23.12 21.87 45.12 -
YUV 129.55 155.34 121.19 -
System Red Green Blue C M Y K H S L
Decimal 120 125 178 0.33 0.30 0 0.30 234.83 0.27 0.58
Hex 78 7D B2 21 1E 0 1E EB 1B 3A
Octal 170 175 262 41 36 0 36 353 33 72
Binary 1111000 1111101 10110010 100001 11110 0 11110 11101011 11011 111010

Color Harmonies of #787DB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #787DB2

Black with #787DB2

Text Example


Text Example

White with #787DB2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #787DB2; }

 p { color: rgb(120,125,178); }

 H1.HeaderClassName
 {
   color: #787DB2;
 }
 .AnyTagClassName
 {
   color: #787DB2;
 }
</style>

background-color css

<style>
 a { background-color: #787DB2; }

 a { background-color: rgb(120,125,178); }

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

border-color css

<style>
 span { border-color: #787DB2; }

 span { border-color: rgb(120,125,178); }

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