Html Css Color HEX #7075CB Moody Blue

📋 copy color: '#7075CB'

red 112 ◦ green 117 ◦ blue 203

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

Shades of Moody Blue #7075CB

Tints of Moody Blue #7075CB

RGB

 RED value IS 112 (44.14% from 255) = 25.93%

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

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

R = 25.93%
G = 27.08%
B = 46.99%

CMYK

 C value IS 0.45

 M value IS 0.42

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#7075CB (or 0x7075CB) is known color: Moody Blue. HEX triplet: 70, 75 and CB. RGB value is (112,117,203). Sum of RGB (Red+Green+Blue) = 112+117+203=432 (57% of max value = 765). Red value is 112 (44.14% from 255 or 25.93% from 432); Green value is 117 (46.09% from 255 or 27.08% from 432); Blue value is 203 (79.69% from 255 or 46.99% from 432); Max value from RGB is 203 - color contains mainly: blue. Hex color #7075CB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7075CB is #8F8A34. Grayscale: #7C7C7C. Windows color (decimal): -9407029 or 13333872. OLE color: 13333872.

HSL color Cylindrical-coordinate representation of color #7075CB: hue angle of 236.7º degrees, saturation: 0.47, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #7075CB is Cyan = 0.45, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 112 117 203 -
CMYK 0.45 0.42 0 0.20
HSL 236.7º 0.47% 0.62% -
HSV(B) 236.7º 0.45% 0.8% -
XYZ 23.82 20.48 59.2 -
YUV 125.31 171.84 118.51 -
System Red Green Blue C M Y K H S L
Decimal 112 117 203 0.45 0.42 0 0.20 236.7 0.47 0.62
Hex 70 75 CB 2D 2A 0 14 ED 2F 3E
Octal 160 165 313 55 52 0 24 355 57 76
Binary 1110000 1110101 11001011 101101 101010 0 10100 11101101 101111 111110

Color Harmonies of #7075CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7075CB

Black with #7075CB

Text Example


Text Example

White with #7075CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7075CB; }

 p { color: rgb(112,117,203); }

 H1.HeaderClassName
 {
   color: #7075CB;
 }
 .AnyTagClassName
 {
   color: #7075CB;
 }
</style>

background-color css

<style>
 a { background-color: #7075CB; }

 a { background-color: rgb(112,117,203); }

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

border-color css

<style>
 span { border-color: #7075CB; }

 span { border-color: rgb(112,117,203); }

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