Html Css Color HEX #7D93BA Wild Blue Yonder

📋 copy color: '#7D93BA'

red 125 ◦ green 147 ◦ blue 186

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

Shades of Wild Blue Yonder #7D93BA

Tints of Wild Blue Yonder #7D93BA

RGB

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

 GREEN value IS 147 (57.81% from 255) = 32.1%

 BLUE value IS 186 (73.05% from 255) = 40.61%

R = 27.29%
G = 32.1%
B = 40.61%

CMYK

 C value IS 0.33

 M value IS 0.21

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#7D93BA (or 0x7D93BA) is known color: Wild Blue Yonder. HEX triplet: 7D, 93 and BA. RGB value is (125,147,186). Sum of RGB (Red+Green+Blue) = 125+147+186=458 (60% of max value = 765). Red value is 125 (49.22% from 255 or 27.29% from 458); Green value is 147 (57.81% from 255 or 32.10% from 458); Blue value is 186 (73.05% from 255 or 40.61% from 458); Max value from RGB is 186 - color contains mainly: blue. Hex color #7D93BA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7D93BA is #826C45. Grayscale: #909090. Windows color (decimal): -8547398 or 12227453. OLE color: 12227453.

HSL color Cylindrical-coordinate representation of color #7D93BA: hue angle of 218.36º degrees, saturation: 0.31, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #7D93BA is Cyan = 0.33, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 125 147 186 -
CMYK 0.33 0.21 0 0.27
HSL 218.36º 0.31% 0.61% -
HSV(B) 218.36º 0.33% 0.73% -
XYZ 27.75 28.77 50.55 -
YUV 144.87 151.21 113.83 -
System Red Green Blue C M Y K H S L
Decimal 125 147 186 0.33 0.21 0 0.27 218.36 0.31 0.61
Hex 7D 93 BA 21 15 0 1B DA 1F 3D
Octal 175 223 272 41 25 0 33 332 37 75
Binary 1111101 10010011 10111010 100001 10101 0 11011 11011010 11111 111101

Color Harmonies of #7D93BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D93BA

Black with #7D93BA

Text Example


Text Example

White with #7D93BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,147,186); }

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

background-color css

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

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

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

border-color css

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

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

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