Html Css Color HEX #7692CC Wild Blue Yonder

📋 copy color: '#7692CC'

red 118 ◦ green 146 ◦ blue 204

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

Shades of Wild Blue Yonder #7692CC

Tints of Wild Blue Yonder #7692CC

RGB

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

 GREEN value IS 146 (57.42% from 255) = 31.2%

 BLUE value IS 204 (80.08% from 255) = 43.59%

R = 25.21%
G = 31.2%
B = 43.59%

CMYK

 C value IS 0.42

 M value IS 0.28

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#7692CC (or 0x7692CC) is known color: Wild Blue Yonder. HEX triplet: 76, 92 and CC. RGB value is (118,146,204). Sum of RGB (Red+Green+Blue) = 118+146+204=468 (61% of max value = 765). Red value is 118 (46.48% from 255 or 25.21% from 468); Green value is 146 (57.42% from 255 or 31.20% from 468); Blue value is 204 (80.08% from 255 or 43.59% from 468); Max value from RGB is 204 - color contains mainly: blue. Hex color #7692CC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7692CC is #896D33. Grayscale: #8F8F8F. Windows color (decimal): -9006388 or 13406838. OLE color: 13406838.

HSL color Cylindrical-coordinate representation of color #7692CC: hue angle of 220.47º degrees, saturation: 0.46, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #7692CC is Cyan = 0.42, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 118 146 204 -
CMYK 0.42 0.28 0 0.2
HSL 220.47º 0.46% 0.63% -
HSV(B) 220.47º 0.42% 0.8% -
XYZ 28.65 28.77 61.17 -
YUV 144.24 161.72 109.28 -
System Red Green Blue C M Y K H S L
Decimal 118 146 204 0.42 0.28 0 0.2 220.47 0.46 0.63
Hex 76 92 CC 2A 1C 0 14 DC 2E 3F
Octal 166 222 314 52 34 0 24 334 56 77
Binary 1110110 10010010 11001100 101010 11100 0 10100 11011100 101110 111111

Color Harmonies of #7692CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7692CC

Black with #7692CC

Text Example


Text Example

White with #7692CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7692CC; }

 p { color: rgb(118,146,204); }

 H1.HeaderClassName
 {
   color: #7692CC;
 }
 .AnyTagClassName
 {
   color: #7692CC;
 }
</style>

background-color css

<style>
 a { background-color: #7692CC; }

 a { background-color: rgb(118,146,204); }

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

border-color css

<style>
 span { border-color: #7692CC; }

 span { border-color: rgb(118,146,204); }

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