Html Css Color HEX #7982CB Wild Blue Yonder

📋 copy color: '#7982CB'

red 121 ◦ green 130 ◦ blue 203

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

Shades of Wild Blue Yonder #7982CB

Tints of Wild Blue Yonder #7982CB

RGB

 RED value IS 121 (47.66% from 255) = 26.65%

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

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

R = 26.65%
G = 28.63%
B = 44.71%

CMYK

 C value IS 0.40

 M value IS 0.36

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#7982CB (or 0x7982CB) is known color: Wild Blue Yonder. HEX triplet: 79, 82 and CB. RGB value is (121,130,203). Sum of RGB (Red+Green+Blue) = 121+130+203=454 (60% of max value = 765). Red value is 121 (47.66% from 255 or 26.65% from 454); Green value is 130 (51.17% from 255 or 28.63% from 454); Blue value is 203 (79.69% from 255 or 44.71% from 454); Max value from RGB is 203 - color contains mainly: blue. Hex color #7982CB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7982CB is #867D34. Grayscale: #878787. Windows color (decimal): -8813877 or 13337209. OLE color: 13337209.

HSL color Cylindrical-coordinate representation of color #7982CB: hue angle of 233.41º degrees, saturation: 0.44, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #7982CB is Cyan = 0.40, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 121 130 203 -
CMYK 0.40 0.36 0 0.20
HSL 233.41º 0.44% 0.64% -
HSV(B) 233.41º 0.4% 0.8% -
XYZ 26.65 24.34 59.79 -
YUV 135.63 166.02 117.56 -
System Red Green Blue C M Y K H S L
Decimal 121 130 203 0.40 0.36 0 0.20 233.41 0.44 0.64
Hex 79 82 CB 28 24 0 14 E9 2C 40
Octal 171 202 313 50 44 0 24 351 54 100
Binary 1111001 10000010 11001011 101000 100100 0 10100 11101001 101100 1000000

Color Harmonies of #7982CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7982CB

Black with #7982CB

Text Example


Text Example

White with #7982CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(121,130,203); }

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

background-color css

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

 a { background-color: rgb(121,130,203); }

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

border-color css

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

 span { border-color: rgb(121,130,203); }

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