Html Css Color HEX #7C7DAB Wild Blue Yonder

📋 copy color: '#7C7DAB'

red 124 ◦ green 125 ◦ blue 171

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

Shades of Wild Blue Yonder #7C7DAB

Tints of Wild Blue Yonder #7C7DAB

RGB

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

 GREEN value IS 125 (49.22% from 255) = 29.76%

 BLUE value IS 171 (67.19% from 255) = 40.71%

R = 29.52%
G = 29.76%
B = 40.71%

CMYK

 C value IS 0.27

 M value IS 0.27

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#7C7DAB (or 0x7C7DAB) is known color: Wild Blue Yonder. HEX triplet: 7C, 7D and AB. RGB value is (124,125,171). Sum of RGB (Red+Green+Blue) = 124+125+171=420 (55% of max value = 765). Red value is 124 (48.83% from 255 or 29.52% from 420); Green value is 125 (49.22% from 255 or 29.76% from 420); Blue value is 171 (67.19% from 255 or 40.71% from 420); Max value from RGB is 171 - color contains mainly: blue. Hex color #7C7DAB is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7C7DAB is #838254. Grayscale: #818181. Windows color (decimal): -8618581 or 11238780. OLE color: 11238780.

HSL color Cylindrical-coordinate representation of color #7C7DAB: hue angle of 238.72º degrees, saturation: 0.22, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #7C7DAB is Cyan = 0.27, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 124 125 171 -
CMYK 0.27 0.27 0 0.33
HSL 238.72º 0.22% 0.58% -
HSV(B) 238.72º 0.27% 0.67% -
XYZ 23 21.89 41.54 -
YUV 129.95 151.17 123.76 -
System Red Green Blue C M Y K H S L
Decimal 124 125 171 0.27 0.27 0 0.33 238.72 0.22 0.58
Hex 7C 7D AB 1B 1B 0 21 EF 16 3A
Octal 174 175 253 33 33 0 41 357 26 72
Binary 1111100 1111101 10101011 11011 11011 0 100001 11101111 10110 111010

Color Harmonies of #7C7DAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C7DAB

Black with #7C7DAB

Text Example


Text Example

White with #7C7DAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(124,125,171); }

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

background-color css

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

 a { background-color: rgb(124,125,171); }

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

border-color css

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

 span { border-color: rgb(124,125,171); }

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