Html Css Color HEX #7690CA Wild Blue Yonder

📋 copy color: '#7690CA'

red 118 ◦ green 144 ◦ blue 202

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

Shades of Wild Blue Yonder #7690CA

Tints of Wild Blue Yonder #7690CA

RGB

 RED value IS 118 (46.48% from 255) = 25.43%

 GREEN value IS 144 (56.64% from 255) = 31.03%

 BLUE value IS 202 (79.3% from 255) = 43.53%

R = 25.43%
G = 31.03%
B = 43.53%

CMYK

 C value IS 0.42

 M value IS 0.29

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#7690CA (or 0x7690CA) is known color: Wild Blue Yonder. HEX triplet: 76, 90 and CA. RGB value is (118,144,202). Sum of RGB (Red+Green+Blue) = 118+144+202=464 (61% of max value = 765). Red value is 118 (46.48% from 255 or 25.43% from 464); Green value is 144 (56.64% from 255 or 31.03% from 464); Blue value is 202 (79.30% from 255 or 43.53% from 464); Max value from RGB is 202 - color contains mainly: blue. Hex color #7690CA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7690CA is #896F35. Grayscale: #8E8E8E. Windows color (decimal): -9006902 or 13275254. OLE color: 13275254.

HSL color Cylindrical-coordinate representation of color #7690CA: hue angle of 221.43º degrees, saturation: 0.44, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #7690CA is Cyan = 0.42, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 118 144 202 -
CMYK 0.42 0.29 0 0.21
HSL 221.43º 0.44% 0.63% -
HSV(B) 221.43º 0.42% 0.79% -
XYZ 28.11 28.06 59.81 -
YUV 142.84 161.39 110.28 -
System Red Green Blue C M Y K H S L
Decimal 118 144 202 0.42 0.29 0 0.21 221.43 0.44 0.63
Hex 76 90 CA 2A 1D 0 15 DD 2C 3F
Octal 166 220 312 52 35 0 25 335 54 77
Binary 1110110 10010000 11001010 101010 11101 0 10101 11011101 101100 111111

Color Harmonies of #7690CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7690CA

Black with #7690CA

Text Example


Text Example

White with #7690CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7690CA; }

 p { color: rgb(118,144,202); }

 H1.HeaderClassName
 {
   color: #7690CA;
 }
 .AnyTagClassName
 {
   color: #7690CA;
 }
</style>

background-color css

<style>
 a { background-color: #7690CA; }

 a { background-color: rgb(118,144,202); }

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

border-color css

<style>
 span { border-color: #7690CA; }

 span { border-color: rgb(118,144,202); }

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