Html Css Color HEX #7785C5 Wild Blue Yonder

📋 copy color: '#7785C5'

red 119 ◦ green 133 ◦ blue 197

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

Shades of Wild Blue Yonder #7785C5

Tints of Wild Blue Yonder #7785C5

RGB

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

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

 BLUE value IS 197 (77.34% from 255) = 43.88%

R = 26.5%
G = 29.62%
B = 43.88%

CMYK

 C value IS 0.40

 M value IS 0.32

 Y value IS 0

 K value IS 0.23

RGB Variations

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

Color information

#7785C5 (or 0x7785C5) is known color: Wild Blue Yonder. HEX triplet: 77, 85 and C5. RGB value is (119,133,197). Sum of RGB (Red+Green+Blue) = 119+133+197=449 (59% of max value = 765). Red value is 119 (46.88% from 255 or 26.50% from 449); Green value is 133 (52.34% from 255 or 29.62% from 449); Blue value is 197 (77.34% from 255 or 43.88% from 449); Max value from RGB is 197 - color contains mainly: blue. Hex color #7785C5 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7785C5 is #887A3A. Grayscale: #878787. Windows color (decimal): -8944187 or 12944759. OLE color: 12944759.

HSL color Cylindrical-coordinate representation of color #7785C5: hue angle of 229.23º degrees, saturation: 0.4, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #7785C5 is Cyan = 0.40, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB 119 133 197 -
CMYK 0.40 0.32 0 0.23
HSL 229.23º 0.4% 0.62% -
HSV(B) 229.23º 0.4% 0.77% -
XYZ 26.07 24.73 56.22 -
YUV 136.11 162.36 115.8 -
System Red Green Blue C M Y K H S L
Decimal 119 133 197 0.40 0.32 0 0.23 229.23 0.4 0.62
Hex 77 85 C5 28 20 0 17 E5 28 3E
Octal 167 205 305 50 40 0 27 345 50 76
Binary 1110111 10000101 11000101 101000 100000 0 10111 11100101 101000 111110

Color Harmonies of #7785C5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7785C5

Black with #7785C5

Text Example


Text Example

White with #7785C5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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