Html Css Color HEX #7692CA Wild Blue Yonder

📋 copy color: '#7692CA'

red 118 ◦ green 146 ◦ blue 202

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

Shades of Wild Blue Yonder #7692CA

Tints of Wild Blue Yonder #7692CA

RGB

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

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

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

R = 25.32%
G = 31.33%
B = 43.35%

CMYK

 C value IS 0.42

 M value IS 0.28

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#7692CA (or 0x7692CA) is known color: Wild Blue Yonder. HEX triplet: 76, 92 and CA. RGB value is (118,146,202). Sum of RGB (Red+Green+Blue) = 118+146+202=466 (61% of max value = 765). Red value is 118 (46.48% from 255 or 25.32% from 466); Green value is 146 (57.42% from 255 or 31.33% from 466); Blue value is 202 (79.30% from 255 or 43.35% from 466); Max value from RGB is 202 - color contains mainly: blue. Hex color #7692CA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7692CA is #896D35. Grayscale: #8F8F8F. Windows color (decimal): -9006390 or 13275766. OLE color: 13275766.

HSL color Cylindrical-coordinate representation of color #7692CA: hue angle of 220º 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 #7692CA is Cyan = 0.42, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 118 146 202 -
CMYK 0.42 0.28 0 0.21
HSL 220º 0.44% 0.63% -
HSV(B) 220º 0.42% 0.79% -
XYZ 28.41 28.67 59.91 -
YUV 144.01 160.72 109.45 -
System Red Green Blue C M Y K H S L
Decimal 118 146 202 0.42 0.28 0 0.21 220 0.44 0.63
Hex 76 92 CA 2A 1C 0 15 DC 2C 3F
Octal 166 222 312 52 34 0 25 334 54 77
Binary 1110110 10010010 11001010 101010 11100 0 10101 11011100 101100 111111

Color Harmonies of #7692CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7692CA

Black with #7692CA

Text Example


Text Example

White with #7692CA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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