Html Css Color HEX #7D8ACB Wild Blue Yonder

📋 copy color: '#7D8ACB'

red 125 ◦ green 138 ◦ blue 203

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

Shades of Wild Blue Yonder #7D8ACB

Tints of Wild Blue Yonder #7D8ACB

RGB

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

 GREEN value IS 138 (54.3% from 255) = 29.61%

 BLUE value IS 203 (79.69% from 255) = 43.56%

R = 26.82%
G = 29.61%
B = 43.56%

CMYK

 C value IS 0.38

 M value IS 0.32

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#7D8ACB (or 0x7D8ACB) is known color: Wild Blue Yonder. HEX triplet: 7D, 8A and CB. RGB value is (125,138,203). Sum of RGB (Red+Green+Blue) = 125+138+203=466 (61% of max value = 765). Red value is 125 (49.22% from 255 or 26.82% from 466); Green value is 138 (54.30% from 255 or 29.61% from 466); Blue value is 203 (79.69% from 255 or 43.56% from 466); Max value from RGB is 203 - color contains mainly: blue. Hex color #7D8ACB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7D8ACB is #827534. Grayscale: #8D8D8D. Windows color (decimal): -8549685 or 13339261. OLE color: 13339261.

HSL color Cylindrical-coordinate representation of color #7D8ACB: hue angle of 230º degrees, saturation: 0.43, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #7D8ACB is Cyan = 0.38, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 125 138 203 -
CMYK 0.38 0.32 0 0.20
HSL 230º 0.43% 0.64% -
HSV(B) 230º 0.38% 0.8% -
XYZ 28.33 26.85 60.19 -
YUV 141.52 162.69 116.21 -
System Red Green Blue C M Y K H S L
Decimal 125 138 203 0.38 0.32 0 0.20 230 0.43 0.64
Hex 7D 8A CB 26 20 0 14 E6 2B 40
Octal 175 212 313 46 40 0 24 346 53 100
Binary 1111101 10001010 11001011 100110 100000 0 10100 11100110 101011 1000000

Color Harmonies of #7D8ACB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D8ACB

Black with #7D8ACB

Text Example


Text Example

White with #7D8ACB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,138,203); }

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

background-color css

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

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

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

border-color css

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

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

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