Html Css Color HEX #7682CA Wild Blue Yonder

📋 copy color: '#7682CA'

red 118 ◦ green 130 ◦ blue 202

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

Shades of Wild Blue Yonder #7682CA

Tints of Wild Blue Yonder #7682CA

RGB

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

 GREEN value IS 130 (51.17% from 255) = 28.89%

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

R = 26.22%
G = 28.89%
B = 44.89%

CMYK

 C value IS 0.42

 M value IS 0.36

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#7682CA (or 0x7682CA) is known color: Wild Blue Yonder. HEX triplet: 76, 82 and CA. RGB value is (118,130,202). Sum of RGB (Red+Green+Blue) = 118+130+202=450 (59% of max value = 765). Red value is 118 (46.48% from 255 or 26.22% from 450); Green value is 130 (51.17% from 255 or 28.89% from 450); Blue value is 202 (79.30% from 255 or 44.89% from 450); Max value from RGB is 202 - color contains mainly: blue. Hex color #7682CA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7682CA is #897D35. Grayscale: #868686. Windows color (decimal): -9010486 or 13271670. OLE color: 13271670.

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

Color convert

RGB 118 130 202 -
CMYK 0.42 0.36 0 0.21
HSL 231.43º 0.44% 0.63% -
HSV(B) 231.43º 0.42% 0.79% -
XYZ 26.11 24.08 59.15 -
YUV 134.62 166.02 116.15 -
System Red Green Blue C M Y K H S L
Decimal 118 130 202 0.42 0.36 0 0.21 231.43 0.44 0.63
Hex 76 82 CA 2A 24 0 15 E7 2C 3F
Octal 166 202 312 52 44 0 25 347 54 77
Binary 1110110 10000010 11001010 101010 100100 0 10101 11100111 101100 111111

Color Harmonies of #7682CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7682CA

Black with #7682CA

Text Example


Text Example

White with #7682CA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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