Html Css Color HEX #7D8CCA Wild Blue Yonder

📋 copy color: '#7D8CCA'

red 125 ◦ green 140 ◦ blue 202

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

Shades of Wild Blue Yonder #7D8CCA

Tints of Wild Blue Yonder #7D8CCA

RGB

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

 GREEN value IS 140 (55.08% from 255) = 29.98%

 BLUE value IS 202 (79.3% from 255) = 43.25%

R = 26.77%
G = 29.98%
B = 43.25%

CMYK

 C value IS 0.38

 M value IS 0.31

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#7D8CCA (or 0x7D8CCA) is known color: Wild Blue Yonder. HEX triplet: 7D, 8C and CA. RGB value is (125,140,202). Sum of RGB (Red+Green+Blue) = 125+140+202=467 (61% of max value = 765). Red value is 125 (49.22% from 255 or 26.77% from 467); Green value is 140 (55.08% from 255 or 29.98% from 467); Blue value is 202 (79.30% from 255 or 43.25% from 467); Max value from RGB is 202 - color contains mainly: blue. Hex color #7D8CCA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7D8CCA is #827335. Grayscale: #8E8E8E. Windows color (decimal): -8549174 or 13274237. OLE color: 13274237.

HSL color Cylindrical-coordinate representation of color #7D8CCA: hue angle of 228.31º degrees, saturation: 0.42, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #7D8CCA is Cyan = 0.38, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 125 140 202 -
CMYK 0.38 0.31 0 0.21
HSL 228.31º 0.42% 0.64% -
HSV(B) 228.31º 0.38% 0.79% -
XYZ 28.5 27.38 59.66 -
YUV 142.58 161.53 115.46 -
System Red Green Blue C M Y K H S L
Decimal 125 140 202 0.38 0.31 0 0.21 228.31 0.42 0.64
Hex 7D 8C CA 26 1F 0 15 E4 2A 40
Octal 175 214 312 46 37 0 25 344 52 100
Binary 1111101 10001100 11001010 100110 11111 0 10101 11100100 101010 1000000

Color Harmonies of #7D8CCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D8CCA

Black with #7D8CCA

Text Example


Text Example

White with #7D8CCA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,140,202); }

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

background-color css

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

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

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

border-color css

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

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

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