Html Css Color HEX #7C83BE Wild Blue Yonder

📋 copy color: '#7C83BE'

red 124 ◦ green 131 ◦ blue 190

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

Shades of Wild Blue Yonder #7C83BE

Tints of Wild Blue Yonder #7C83BE

RGB

 RED value IS 124 (48.83% from 255) = 27.87%

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

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

R = 27.87%
G = 29.44%
B = 42.7%

CMYK

 C value IS 0.35

 M value IS 0.31

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#7C83BE (or 0x7C83BE) is known color: Wild Blue Yonder. HEX triplet: 7C, 83 and BE. RGB value is (124,131,190). Sum of RGB (Red+Green+Blue) = 124+131+190=445 (58% of max value = 765). Red value is 124 (48.83% from 255 or 27.87% from 445); Green value is 131 (51.56% from 255 or 29.44% from 445); Blue value is 190 (74.61% from 255 or 42.70% from 445); Max value from RGB is 190 - color contains mainly: blue. Hex color #7C83BE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7C83BE is #837C41. Grayscale: #878787. Windows color (decimal): -8617026 or 12485500. OLE color: 12485500.

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

Color convert

RGB 124 131 190 -
CMYK 0.35 0.31 0 0.25
HSL 233.64º 0.34% 0.62% -
HSV(B) 233.64º 0.35% 0.75% -
XYZ 25.72 24.24 52.04 -
YUV 135.63 158.68 119.7 -
System Red Green Blue C M Y K H S L
Decimal 124 131 190 0.35 0.31 0 0.25 233.64 0.34 0.62
Hex 7C 83 BE 23 1F 0 19 EA 22 3E
Octal 174 203 276 43 37 0 31 352 42 76
Binary 1111100 10000011 10111110 100011 11111 0 11001 11101010 100010 111110

Color Harmonies of #7C83BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C83BE

Black with #7C83BE

Text Example


Text Example

White with #7C83BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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