Html Css Color HEX #7E83BE Wild Blue Yonder

📋 copy color: '#7E83BE'

red 126 ◦ green 131 ◦ blue 190

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

Shades of Wild Blue Yonder #7E83BE

Tints of Wild Blue Yonder #7E83BE

RGB

 RED value IS 126 (49.61% from 255) = 28.19%

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

 BLUE value IS 190 (74.61% from 255) = 42.51%

R = 28.19%
G = 29.31%
B = 42.51%

CMYK

 C value IS 0.34

 M value IS 0.31

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#7E83BE (or 0x7E83BE) is known color: Wild Blue Yonder. HEX triplet: 7E, 83 and BE. RGB value is (126,131,190). Sum of RGB (Red+Green+Blue) = 126+131+190=447 (59% of max value = 765). Red value is 126 (49.61% from 255 or 28.19% from 447); Green value is 131 (51.56% from 255 or 29.31% from 447); Blue value is 190 (74.61% from 255 or 42.51% from 447); Max value from RGB is 190 - color contains mainly: blue. Hex color #7E83BE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7E83BE is #817C41. Grayscale: #878787. Windows color (decimal): -8485954 or 12485502. OLE color: 12485502.

HSL color Cylindrical-coordinate representation of color #7E83BE: hue angle of 235.31º degrees, saturation: 0.33, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #7E83BE is Cyan = 0.34, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 126 131 190 -
CMYK 0.34 0.31 0 0.25
HSL 235.31º 0.33% 0.62% -
HSV(B) 235.31º 0.34% 0.75% -
XYZ 26.01 24.39 52.05 -
YUV 136.23 158.34 120.7 -
System Red Green Blue C M Y K H S L
Decimal 126 131 190 0.34 0.31 0 0.25 235.31 0.33 0.62
Hex 7E 83 BE 22 1F 0 19 EB 21 3E
Octal 176 203 276 42 37 0 31 353 41 76
Binary 1111110 10000011 10111110 100010 11111 0 11001 11101011 100001 111110

Color Harmonies of #7E83BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7E83BE

Black with #7E83BE

Text Example


Text Example

White with #7E83BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7E83BE; }

 p { color: rgb(126,131,190); }

 H1.HeaderClassName
 {
   color: #7E83BE;
 }
 .AnyTagClassName
 {
   color: #7E83BE;
 }
</style>

background-color css

<style>
 a { background-color: #7E83BE; }

 a { background-color: rgb(126,131,190); }

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

border-color css

<style>
 span { border-color: #7E83BE; }

 span { border-color: rgb(126,131,190); }

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