Html Css Color HEX #7C7CAB Wild Blue Yonder

📋 copy color: '#7C7CAB'

red 124 ◦ green 124 ◦ blue 171

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

Shades of Wild Blue Yonder #7C7CAB

Tints of Wild Blue Yonder #7C7CAB

RGB

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

 GREEN value IS 124 (48.83% from 255) = 29.59%

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

R = 29.59%
G = 29.59%
B = 40.81%

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

#7C7CAB (or 0x7C7CAB) is known color: Wild Blue Yonder. HEX triplet: 7C, 7C and AB. RGB value is (124,124,171). Sum of RGB (Red+Green+Blue) = 124+124+171=419 (55% of max value = 765). Red value is 124 (48.83% from 255 or 29.59% from 419); Green value is 124 (48.83% from 255 or 29.59% from 419); Blue value is 171 (67.19% from 255 or 40.81% from 419); Max value from RGB is 171 - color contains mainly: blue. Hex color #7C7CAB is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7C7CAB is #838354. Grayscale: #818181. Windows color (decimal): -8618837 or 11238524. OLE color: 11238524.

HSL color Cylindrical-coordinate representation of color #7C7CAB: hue angle of 240º 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 #7C7CAB is Cyan = 0.27, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 124 124 171 -
CMYK 0.27 0.27 0 0.33
HSL 240º 0.22% 0.58% -
HSV(B) 240º 0.27% 0.67% -
XYZ 22.87 21.64 41.5 -
YUV 129.36 151.5 124.18 -
System Red Green Blue C M Y K H S L
Decimal 124 124 171 0.27 0.27 0 0.33 240 0.22 0.58
Hex 7C 7C AB 1B 1B 0 21 F0 16 3A
Octal 174 174 253 33 33 0 41 360 26 72
Binary 1111100 1111100 10101011 11011 11011 0 100001 11110000 10110 111010

Color Harmonies of #7C7CAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C7CAB

Black with #7C7CAB

Text Example


Text Example

White with #7C7CAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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