Html Css Color HEX #7695CB Wild Blue Yonder

📋 copy color: '#7695CB'

red 118 ◦ green 149 ◦ blue 203

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

Shades of Wild Blue Yonder #7695CB

Tints of Wild Blue Yonder #7695CB

RGB

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

 GREEN value IS 149 (58.59% from 255) = 31.7%

 BLUE value IS 203 (79.69% from 255) = 43.19%

R = 25.11%
G = 31.7%
B = 43.19%

CMYK

 C value IS 0.42

 M value IS 0.27

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#7695CB (or 0x7695CB) is known color: Wild Blue Yonder. HEX triplet: 76, 95 and CB. RGB value is (118,149,203). Sum of RGB (Red+Green+Blue) = 118+149+203=470 (62% of max value = 765). Red value is 118 (46.48% from 255 or 25.11% from 470); Green value is 149 (58.59% from 255 or 31.70% from 470); Blue value is 203 (79.69% from 255 or 43.19% from 470); Max value from RGB is 203 - color contains mainly: blue. Hex color #7695CB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7695CB is #896A34. Grayscale: #919191. Windows color (decimal): -9005621 or 13342070. OLE color: 13342070.

HSL color Cylindrical-coordinate representation of color #7695CB: hue angle of 218.12º degrees, saturation: 0.45, 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 #7695CB is Cyan = 0.42, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 118 149 203 -
CMYK 0.42 0.27 0 0.20
HSL 218.12º 0.45% 0.63% -
HSV(B) 218.12º 0.42% 0.8% -
XYZ 29 29.66 60.7 -
YUV 145.89 160.23 108.11 -
System Red Green Blue C M Y K H S L
Decimal 118 149 203 0.42 0.27 0 0.20 218.12 0.45 0.63
Hex 76 95 CB 2A 1B 0 14 DA 2D 3F
Octal 166 225 313 52 33 0 24 332 55 77
Binary 1110110 10010101 11001011 101010 11011 0 10100 11011010 101101 111111

Color Harmonies of #7695CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7695CB

Black with #7695CB

Text Example


Text Example

White with #7695CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7695CB; }

 p { color: rgb(118,149,203); }

 H1.HeaderClassName
 {
   color: #7695CB;
 }
 .AnyTagClassName
 {
   color: #7695CB;
 }
</style>

background-color css

<style>
 a { background-color: #7695CB; }

 a { background-color: rgb(118,149,203); }

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

border-color css

<style>
 span { border-color: #7695CB; }

 span { border-color: rgb(118,149,203); }

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