Html Css Color HEX #7C83CA Wild Blue Yonder

📋 copy color: '#7C83CA'

red 124 ◦ green 131 ◦ blue 202

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

Shades of Wild Blue Yonder #7C83CA

Tints of Wild Blue Yonder #7C83CA

RGB

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

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

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

R = 27.13%
G = 28.67%
B = 44.2%

CMYK

 C value IS 0.39

 M value IS 0.35

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#7C83CA (or 0x7C83CA) is known color: Wild Blue Yonder. HEX triplet: 7C, 83 and CA. RGB value is (124,131,202). Sum of RGB (Red+Green+Blue) = 124+131+202=457 (60% of max value = 765). Red value is 124 (48.83% from 255 or 27.13% from 457); Green value is 131 (51.56% from 255 or 28.67% from 457); Blue value is 202 (79.30% from 255 or 44.20% from 457); Max value from RGB is 202 - color contains mainly: blue. Hex color #7C83CA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7C83CA is #837C35. Grayscale: #888888. Windows color (decimal): -8617014 or 13271932. OLE color: 13271932.

HSL color Cylindrical-coordinate representation of color #7C83CA: hue angle of 234.62º degrees, saturation: 0.42, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #7C83CA is Cyan = 0.39, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 124 131 202 -
CMYK 0.39 0.35 0 0.21
HSL 234.62º 0.42% 0.64% -
HSV(B) 234.62º 0.39% 0.79% -
XYZ 27.09 24.78 59.23 -
YUV 137 164.68 118.73 -
System Red Green Blue C M Y K H S L
Decimal 124 131 202 0.39 0.35 0 0.21 234.62 0.42 0.64
Hex 7C 83 CA 27 23 0 15 EB 2A 40
Octal 174 203 312 47 43 0 25 353 52 100
Binary 1111100 10000011 11001010 100111 100011 0 10101 11101011 101010 1000000

Color Harmonies of #7C83CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C83CA

Black with #7C83CA

Text Example


Text Example

White with #7C83CA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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