Html Css Color HEX #7D7DB1 Wild Blue Yonder

📋 copy color: '#7D7DB1'

red 125 ◦ green 125 ◦ blue 177

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

Shades of Wild Blue Yonder #7D7DB1

Tints of Wild Blue Yonder #7D7DB1

RGB

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

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

 BLUE value IS 177 (69.53% from 255) = 41.45%

R = 29.27%
G = 29.27%
B = 41.45%

CMYK

 C value IS 0.29

 M value IS 0.29

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#7D7DB1 (or 0x7D7DB1) is known color: Wild Blue Yonder. HEX triplet: 7D, 7D and B1. RGB value is (125,125,177). Sum of RGB (Red+Green+Blue) = 125+125+177=427 (56% of max value = 765). Red value is 125 (49.22% from 255 or 29.27% from 427); Green value is 125 (49.22% from 255 or 29.27% from 427); Blue value is 177 (69.53% from 255 or 41.45% from 427); Max value from RGB is 177 - color contains mainly: blue. Hex color #7D7DB1 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7D7DB1 is #82824E. Grayscale: #828282. Windows color (decimal): -8553039 or 11631997. OLE color: 11631997.

HSL color Cylindrical-coordinate representation of color #7D7DB1: hue angle of 240º degrees, saturation: 0.25, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #7D7DB1 is Cyan = 0.29, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 125 125 177 -
CMYK 0.29 0.29 0 0.31
HSL 240º 0.25% 0.59% -
HSV(B) 240º 0.29% 0.69% -
XYZ 23.73 22.2 44.63 -
YUV 130.93 154 123.77 -
System Red Green Blue C M Y K H S L
Decimal 125 125 177 0.29 0.29 0 0.31 240 0.25 0.59
Hex 7D 7D B1 1D 1D 0 1F F0 19 3B
Octal 175 175 261 35 35 0 37 360 31 73
Binary 1111101 1111101 10110001 11101 11101 0 11111 11110000 11001 111011

Color Harmonies of #7D7DB1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D7DB1

Black with #7D7DB1

Text Example


Text Example

White with #7D7DB1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,125,177); }

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

background-color css

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

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

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

border-color css

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

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

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