Html Css Color HEX #7983CB Wild Blue Yonder

📋 copy color: '#7983CB'

red 121 ◦ green 131 ◦ blue 203

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

Shades of Wild Blue Yonder #7983CB

Tints of Wild Blue Yonder #7983CB

RGB

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

 GREEN value IS 131 (51.56% from 255) = 28.79%

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

R = 26.59%
G = 28.79%
B = 44.62%

CMYK

 C value IS 0.40

 M value IS 0.35

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#7983CB (or 0x7983CB) is known color: Wild Blue Yonder. HEX triplet: 79, 83 and CB. RGB value is (121,131,203). Sum of RGB (Red+Green+Blue) = 121+131+203=455 (60% of max value = 765). Red value is 121 (47.66% from 255 or 26.59% from 455); Green value is 131 (51.56% from 255 or 28.79% from 455); Blue value is 203 (79.69% from 255 or 44.62% from 455); Max value from RGB is 203 - color contains mainly: blue. Hex color #7983CB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7983CB is #867C34. Grayscale: #878787. Windows color (decimal): -8813621 or 13337465. OLE color: 13337465.

HSL color Cylindrical-coordinate representation of color #7983CB: hue angle of 232.68º 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 #7983CB is Cyan = 0.40, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 121 131 203 -
CMYK 0.40 0.35 0 0.20
HSL 232.68º 0.44% 0.64% -
HSV(B) 232.68º 0.4% 0.8% -
XYZ 26.78 24.61 59.84 -
YUV 136.22 165.69 117.15 -
System Red Green Blue C M Y K H S L
Decimal 121 131 203 0.40 0.35 0 0.20 232.68 0.44 0.64
Hex 79 83 CB 28 23 0 14 E9 2C 40
Octal 171 203 313 50 43 0 24 351 54 100
Binary 1111001 10000011 11001011 101000 100011 0 10100 11101001 101100 1000000

Color Harmonies of #7983CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7983CB

Black with #7983CB

Text Example


Text Example

White with #7983CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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