Html Css Color HEX #7D65CB Moody Blue

📋 copy color: '#7D65CB'

red 125 ◦ green 101 ◦ blue 203

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

Shades of Moody Blue #7D65CB

Tints of Moody Blue #7D65CB

RGB

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

 GREEN value IS 101 (39.84% from 255) = 23.54%

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

R = 29.14%
G = 23.54%
B = 47.32%

CMYK

 C value IS 0.38

 M value IS 0.50

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#7D65CB (or 0x7D65CB) is known color: Moody Blue. HEX triplet: 7D, 65 and CB. RGB value is (125,101,203). Sum of RGB (Red+Green+Blue) = 125+101+203=429 (56% of max value = 765). Red value is 125 (49.22% from 255 or 29.14% from 429); Green value is 101 (39.84% from 255 or 23.54% from 429); Blue value is 203 (79.69% from 255 or 47.32% from 429); Max value from RGB is 203 - color contains mainly: blue. Hex color #7D65CB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7D65CB is #829A34. Grayscale: #777777. Windows color (decimal): -8559157 or 13329789. OLE color: 13329789.

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

Color convert

RGB 125 101 203 -
CMYK 0.38 0.50 0 0.20
HSL 254.12º 0.5% 0.6% -
HSV(B) 254.12º 0.5% 0.8% -
XYZ 23.89 17.98 58.71 -
YUV 119.8 174.95 131.71 -
System Red Green Blue C M Y K H S L
Decimal 125 101 203 0.38 0.50 0 0.20 254.12 0.5 0.6
Hex 7D 65 CB 26 32 0 14 FE 32 3C
Octal 175 145 313 46 62 0 24 376 62 74
Binary 1111101 1100101 11001011 100110 110010 0 10100 11111110 110010 111100

Color Harmonies of #7D65CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D65CB

Black with #7D65CB

Text Example


Text Example

White with #7D65CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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