Html Css Color HEX #7694CA Wild Blue Yonder

📋 copy color: '#7694CA'

red 118 ◦ green 148 ◦ blue 202

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

Shades of Wild Blue Yonder #7694CA

Tints of Wild Blue Yonder #7694CA

RGB

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

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

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

R = 25.21%
G = 31.62%
B = 43.16%

CMYK

 C value IS 0.42

 M value IS 0.27

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#7694CA (or 0x7694CA) is known color: Wild Blue Yonder. HEX triplet: 76, 94 and CA. RGB value is (118,148,202). Sum of RGB (Red+Green+Blue) = 118+148+202=468 (61% of max value = 765). Red value is 118 (46.48% from 255 or 25.21% from 468); Green value is 148 (58.20% from 255 or 31.62% from 468); Blue value is 202 (79.30% from 255 or 43.16% from 468); Max value from RGB is 202 - color contains mainly: blue. Hex color #7694CA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7694CA is #896B35. Grayscale: #909090. Windows color (decimal): -9005878 or 13276278. OLE color: 13276278.

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

Color convert

RGB 118 148 202 -
CMYK 0.42 0.27 0 0.21
HSL 218.57º 0.44% 0.63% -
HSV(B) 218.57º 0.42% 0.79% -
XYZ 28.72 29.3 60.02 -
YUV 145.19 160.06 108.61 -
System Red Green Blue C M Y K H S L
Decimal 118 148 202 0.42 0.27 0 0.21 218.57 0.44 0.63
Hex 76 94 CA 2A 1B 0 15 DB 2C 3F
Octal 166 224 312 52 33 0 25 333 54 77
Binary 1110110 10010100 11001010 101010 11011 0 10101 11011011 101100 111111

Color Harmonies of #7694CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7694CA

Black with #7694CA

Text Example


Text Example

White with #7694CA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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