Html Css Color HEX #7D7CAC Wild Blue Yonder

📋 copy color: '#7D7CAC'

red 125 ◦ green 124 ◦ blue 172

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

Shades of Wild Blue Yonder #7D7CAC

Tints of Wild Blue Yonder #7D7CAC

RGB

 RED value IS 125 (49.22% from 255) = 29.69%

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

 BLUE value IS 172 (67.58% from 255) = 40.86%

R = 29.69%
G = 29.45%
B = 40.86%

CMYK

 C value IS 0.27

 M value IS 0.28

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#7D7CAC (or 0x7D7CAC) is known color: Wild Blue Yonder. HEX triplet: 7D, 7C and AC. RGB value is (125,124,172). Sum of RGB (Red+Green+Blue) = 125+124+172=421 (55% of max value = 765). Red value is 125 (49.22% from 255 or 29.69% from 421); Green value is 124 (48.83% from 255 or 29.45% from 421); Blue value is 172 (67.58% from 255 or 40.86% from 421); Max value from RGB is 172 - color contains mainly: blue. Hex color #7D7CAC is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7D7CAC is #828353. Grayscale: #818181. Windows color (decimal): -8553300 or 11304061. OLE color: 11304061.

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

Color convert

RGB 125 124 172 -
CMYK 0.27 0.28 0 0.33
HSL 241.25º 0.22% 0.58% -
HSV(B) 241.25º 0.28% 0.67% -
XYZ 23.11 21.75 42.01 -
YUV 129.77 151.83 124.6 -
System Red Green Blue C M Y K H S L
Decimal 125 124 172 0.27 0.28 0 0.33 241.25 0.22 0.58
Hex 7D 7C AC 1B 1C 0 21 F1 16 3A
Octal 175 174 254 33 34 0 41 361 26 72
Binary 1111101 1111100 10101100 11011 11100 0 100001 11110001 10110 111010

Color Harmonies of #7D7CAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D7CAC

Black with #7D7CAC

Text Example


Text Example

White with #7D7CAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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