Html Css Color HEX #8975CF Moody Blue

📋 copy color: '#8975CF'

red 137 ◦ green 117 ◦ blue 207

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

Shades of Moody Blue #8975CF

Tints of Moody Blue #8975CF

RGB

 RED value IS 137 (53.91% from 255) = 29.72%

 GREEN value IS 117 (46.09% from 255) = 25.38%

 BLUE value IS 207 (81.25% from 255) = 44.9%

R = 29.72%
G = 25.38%
B = 44.9%

CMYK

 C value IS 0.34

 M value IS 0.43

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#8975CF (or 0x8975CF) is known color: Moody Blue. HEX triplet: 89, 75 and CF. RGB value is (137,117,207). Sum of RGB (Red+Green+Blue) = 137+117+207=461 (61% of max value = 765). Red value is 137 (53.91% from 255 or 29.72% from 461); Green value is 117 (46.09% from 255 or 25.38% from 461); Blue value is 207 (81.25% from 255 or 44.90% from 461); Max value from RGB is 207 - color contains mainly: blue. Hex color #8975CF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8975CF is #768A30. Grayscale: #848484. Windows color (decimal): -7768625 or 13596041. OLE color: 13596041.

HSL color Cylindrical-coordinate representation of color #8975CF: hue angle of 253.33º degrees, saturation: 0.48, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #8975CF is Cyan = 0.34, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 137 117 207 -
CMYK 0.34 0.43 0 0.19
HSL 253.33º 0.48% 0.64% -
HSV(B) 253.33º 0.43% 0.81% -
XYZ 27.94 22.55 61.91 -
YUV 133.24 169.63 130.68 -
System Red Green Blue C M Y K H S L
Decimal 137 117 207 0.34 0.43 0 0.19 253.33 0.48 0.64
Hex 89 75 CF 22 2B 0 13 FD 30 40
Octal 211 165 317 42 53 0 23 375 60 100
Binary 10001001 1110101 11001111 100010 101011 0 10011 11111101 110000 1000000

Color Harmonies of #8975CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8975CF

Black with #8975CF

Text Example


Text Example

White with #8975CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8975CF; }

 p { color: rgb(137,117,207); }

 H1.HeaderClassName
 {
   color: #8975CF;
 }
 .AnyTagClassName
 {
   color: #8975CF;
 }
</style>

background-color css

<style>
 a { background-color: #8975CF; }

 a { background-color: rgb(137,117,207); }

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

border-color css

<style>
 span { border-color: #8975CF; }

 span { border-color: rgb(137,117,207); }

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