Html Css Color HEX #7D83AF Wild Blue Yonder

📋 copy color: '#7D83AF'

red 125 ◦ green 131 ◦ blue 175

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

Shades of Wild Blue Yonder #7D83AF

Tints of Wild Blue Yonder #7D83AF

RGB

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

 GREEN value IS 131 (51.56% from 255) = 30.39%

 BLUE value IS 175 (68.75% from 255) = 40.6%

R = 29%
G = 30.39%
B = 40.6%

CMYK

 C value IS 0.29

 M value IS 0.25

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#7D83AF (or 0x7D83AF) is known color: Wild Blue Yonder. HEX triplet: 7D, 83 and AF. RGB value is (125,131,175). Sum of RGB (Red+Green+Blue) = 125+131+175=431 (57% of max value = 765). Red value is 125 (49.22% from 255 or 29.00% from 431); Green value is 131 (51.56% from 255 or 30.39% from 431); Blue value is 175 (68.75% from 255 or 40.60% from 431); Max value from RGB is 175 - color contains mainly: blue. Hex color #7D83AF is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7D83AF is #827C50. Grayscale: #868686. Windows color (decimal): -8551505 or 11502461. OLE color: 11502461.

HSL color Cylindrical-coordinate representation of color #7D83AF: hue angle of 232.8º degrees, saturation: 0.24, 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 #7D83AF is Cyan = 0.29, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 125 131 175 -
CMYK 0.29 0.25 0 0.31
HSL 232.8º 0.24% 0.59% -
HSV(B) 232.8º 0.29% 0.69% -
XYZ 24.31 23.69 43.85 -
YUV 134.22 151.01 121.42 -
System Red Green Blue C M Y K H S L
Decimal 125 131 175 0.29 0.25 0 0.31 232.8 0.24 0.59
Hex 7D 83 AF 1D 19 0 1F E9 18 3B
Octal 175 203 257 35 31 0 37 351 30 73
Binary 1111101 10000011 10101111 11101 11001 0 11111 11101001 11000 111011

Color Harmonies of #7D83AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D83AF

Black with #7D83AF

Text Example


Text Example

White with #7D83AF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,131,175); }

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

background-color css

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

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

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

border-color css

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

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

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