Html Css Color HEX #7694CD Wild Blue Yonder

📋 copy color: '#7694CD'

red 118 ◦ green 148 ◦ blue 205

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

Shades of Wild Blue Yonder #7694CD

Tints of Wild Blue Yonder #7694CD

RGB

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

 GREEN value IS 148 (58.2% from 255) = 31.42%

 BLUE value IS 205 (80.47% from 255) = 43.52%

R = 25.05%
G = 31.42%
B = 43.52%

CMYK

 C value IS 0.42

 M value IS 0.28

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#7694CD (or 0x7694CD) is known color: Wild Blue Yonder. HEX triplet: 76, 94 and CD. RGB value is (118,148,205). Sum of RGB (Red+Green+Blue) = 118+148+205=471 (62% of max value = 765). Red value is 118 (46.48% from 255 or 25.05% from 471); Green value is 148 (58.20% from 255 or 31.42% from 471); Blue value is 205 (80.47% from 255 or 43.52% from 471); Max value from RGB is 205 - color contains mainly: blue. Hex color #7694CD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7694CD is #896B32. Grayscale: #919191. Windows color (decimal): -9005875 or 13472886. OLE color: 13472886.

HSL color Cylindrical-coordinate representation of color #7694CD: hue angle of 219.31º degrees, saturation: 0.47, 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 #7694CD is Cyan = 0.42, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 118 148 205 -
CMYK 0.42 0.28 0 0.20
HSL 219.31º 0.47% 0.63% -
HSV(B) 219.31º 0.42% 0.8% -
XYZ 29.08 29.44 61.91 -
YUV 145.53 161.56 108.37 -
System Red Green Blue C M Y K H S L
Decimal 118 148 205 0.42 0.28 0 0.20 219.31 0.47 0.63
Hex 76 94 CD 2A 1C 0 14 DB 2F 3F
Octal 166 224 315 52 34 0 24 333 57 77
Binary 1110110 10010100 11001101 101010 11100 0 10100 11011011 101111 111111

Color Harmonies of #7694CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7694CD

Black with #7694CD

Text Example


Text Example

White with #7694CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7694CD; }

 p { color: rgb(118,148,205); }

 H1.HeaderClassName
 {
   color: #7694CD;
 }
 .AnyTagClassName
 {
   color: #7694CD;
 }
</style>

background-color css

<style>
 a { background-color: #7694CD; }

 a { background-color: rgb(118,148,205); }

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

border-color css

<style>
 span { border-color: #7694CD; }

 span { border-color: rgb(118,148,205); }

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