Html Css Color HEX #7785C0 Wild Blue Yonder

📋 copy color: '#7785C0'

red 119 ◦ green 133 ◦ blue 192

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

Shades of Wild Blue Yonder #7785C0

Tints of Wild Blue Yonder #7785C0

RGB

 RED value IS 119 (46.88% from 255) = 26.8%

 GREEN value IS 133 (52.34% from 255) = 29.95%

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

R = 26.8%
G = 29.95%
B = 43.24%

CMYK

 C value IS 0.38

 M value IS 0.31

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#7785C0 (or 0x7785C0) is known color: Wild Blue Yonder. HEX triplet: 77, 85 and C0. RGB value is (119,133,192). Sum of RGB (Red+Green+Blue) = 119+133+192=444 (58% of max value = 765). Red value is 119 (46.88% from 255 or 26.80% from 444); Green value is 133 (52.34% from 255 or 29.95% from 444); Blue value is 192 (75.39% from 255 or 43.24% from 444); Max value from RGB is 192 - color contains mainly: blue. Hex color #7785C0 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7785C0 is #887A3F. Grayscale: #878787. Windows color (decimal): -8944192 or 12617079. OLE color: 12617079.

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

Color convert

RGB 119 133 192 -
CMYK 0.38 0.31 0 0.25
HSL 228.49º 0.37% 0.61% -
HSV(B) 228.49º 0.38% 0.75% -
XYZ 25.51 24.5 53.25 -
YUV 135.54 159.86 116.2 -
System Red Green Blue C M Y K H S L
Decimal 119 133 192 0.38 0.31 0 0.25 228.49 0.37 0.61
Hex 77 85 C0 26 1F 0 19 E4 25 3D
Octal 167 205 300 46 37 0 31 344 45 75
Binary 1110111 10000101 11000000 100110 11111 0 11001 11100100 100101 111101

Color Harmonies of #7785C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7785C0

Black with #7785C0

Text Example


Text Example

White with #7785C0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7785C0; }

 p { color: rgb(119,133,192); }

 H1.HeaderClassName
 {
   color: #7785C0;
 }
 .AnyTagClassName
 {
   color: #7785C0;
 }
</style>

background-color css

<style>
 a { background-color: #7785C0; }

 a { background-color: rgb(119,133,192); }

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

border-color css

<style>
 span { border-color: #7785C0; }

 span { border-color: rgb(119,133,192); }

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