Html Css Color HEX #7B7DAB Wild Blue Yonder

📋 copy color: '#7B7DAB'

red 123 ◦ green 125 ◦ blue 171

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

Shades of Wild Blue Yonder #7B7DAB

Tints of Wild Blue Yonder #7B7DAB

RGB

 RED value IS 123 (48.44% from 255) = 29.36%

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

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

R = 29.36%
G = 29.83%
B = 40.81%

CMYK

 C value IS 0.28

 M value IS 0.27

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#7B7DAB (or 0x7B7DAB) is known color: Wild Blue Yonder. HEX triplet: 7B, 7D and AB. RGB value is (123,125,171). Sum of RGB (Red+Green+Blue) = 123+125+171=419 (55% of max value = 765). Red value is 123 (48.44% from 255 or 29.36% from 419); Green value is 125 (49.22% from 255 or 29.83% 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 #7B7DAB is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7B7DAB is #848254. Grayscale: #818181. Windows color (decimal): -8684117 or 11238779. OLE color: 11238779.

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

Color convert

RGB 123 125 171 -
CMYK 0.28 0.27 0 0.33
HSL 237.5º 0.22% 0.58% -
HSV(B) 237.5º 0.28% 0.67% -
XYZ 22.85 21.82 41.54 -
YUV 129.65 151.34 123.26 -
System Red Green Blue C M Y K H S L
Decimal 123 125 171 0.28 0.27 0 0.33 237.5 0.22 0.58
Hex 7B 7D AB 1C 1B 0 21 EE 16 3A
Octal 173 175 253 34 33 0 41 356 26 72
Binary 1111011 1111101 10101011 11100 11011 0 100001 11101110 10110 111010

Color Harmonies of #7B7DAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7B7DAB

Black with #7B7DAB

Text Example


Text Example

White with #7B7DAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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