Html Css Color HEX #7695CC Wild Blue Yonder

📋 copy color: '#7695CC'

red 118 ◦ green 149 ◦ blue 204

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

Shades of Wild Blue Yonder #7695CC

Tints of Wild Blue Yonder #7695CC

RGB

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

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

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

R = 25.05%
G = 31.63%
B = 43.31%

CMYK

 C value IS 0.42

 M value IS 0.27

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#7695CC (or 0x7695CC) is known color: Wild Blue Yonder. HEX triplet: 76, 95 and CC. RGB value is (118,149,204). Sum of RGB (Red+Green+Blue) = 118+149+204=471 (62% of max value = 765). Red value is 118 (46.48% from 255 or 25.05% from 471); Green value is 149 (58.59% from 255 or 31.63% from 471); Blue value is 204 (80.08% from 255 or 43.31% from 471); Max value from RGB is 204 - color contains mainly: blue. Hex color #7695CC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7695CC is #896A33. Grayscale: #919191. Windows color (decimal): -9005620 or 13407606. OLE color: 13407606.

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

Color convert

RGB 118 149 204 -
CMYK 0.42 0.27 0 0.2
HSL 218.37º 0.46% 0.63% -
HSV(B) 218.37º 0.42% 0.8% -
XYZ 29.12 29.71 61.33 -
YUV 146 160.73 108.03 -
System Red Green Blue C M Y K H S L
Decimal 118 149 204 0.42 0.27 0 0.2 218.37 0.46 0.63
Hex 76 95 CC 2A 1B 0 14 DA 2E 3F
Octal 166 225 314 52 33 0 24 332 56 77
Binary 1110110 10010101 11001100 101010 11011 0 10100 11011010 101110 111111

Color Harmonies of #7695CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7695CC

Black with #7695CC

Text Example


Text Example

White with #7695CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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