Html Css Color HEX #787DC2 Wild Blue Yonder

📋 copy color: '#787DC2'

red 120 ◦ green 125 ◦ blue 194

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

Shades of Wild Blue Yonder #787DC2

Tints of Wild Blue Yonder #787DC2

RGB

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

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

 BLUE value IS 194 (76.17% from 255) = 44.19%

R = 27.33%
G = 28.47%
B = 44.19%

CMYK

 C value IS 0.38

 M value IS 0.36

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#787DC2 (or 0x787DC2) is known color: Wild Blue Yonder. HEX triplet: 78, 7D and C2. RGB value is (120,125,194). Sum of RGB (Red+Green+Blue) = 120+125+194=439 (58% of max value = 765). Red value is 120 (47.27% from 255 or 27.33% from 439); Green value is 125 (49.22% from 255 or 28.47% from 439); Blue value is 194 (76.17% from 255 or 44.19% from 439); Max value from RGB is 194 - color contains mainly: blue. Hex color #787DC2 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #787DC2 is #87823D. Grayscale: #838383. Windows color (decimal): -8880702 or 12746104. OLE color: 12746104.

HSL color Cylindrical-coordinate representation of color #787DC2: hue angle of 235.95º degrees, saturation: 0.38, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #787DC2 is Cyan = 0.38, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 120 125 194 -
CMYK 0.38 0.36 0 0.24
HSL 235.95º 0.38% 0.62% -
HSV(B) 235.95º 0.38% 0.76% -
XYZ 24.82 22.56 54.08 -
YUV 131.37 163.34 119.89 -
System Red Green Blue C M Y K H S L
Decimal 120 125 194 0.38 0.36 0 0.24 235.95 0.38 0.62
Hex 78 7D C2 26 24 0 18 EC 26 3E
Octal 170 175 302 46 44 0 30 354 46 76
Binary 1111000 1111101 11000010 100110 100100 0 11000 11101100 100110 111110

Color Harmonies of #787DC2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #787DC2

Black with #787DC2

Text Example


Text Example

White with #787DC2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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