Html Css Color HEX #707ABE Chetwode Blue

📋 copy color: '#707ABE'

red 112 ◦ green 122 ◦ blue 190

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

Shades of Chetwode Blue #707ABE

Tints of Chetwode Blue #707ABE

RGB

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

 GREEN value IS 122 (48.05% from 255) = 28.77%

 BLUE value IS 190 (74.61% from 255) = 44.81%

R = 26.42%
G = 28.77%
B = 44.81%

CMYK

 C value IS 0.41

 M value IS 0.36

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#707ABE (or 0x707ABE) is known color: Chetwode Blue. HEX triplet: 70, 7A and BE. RGB value is (112,122,190). Sum of RGB (Red+Green+Blue) = 112+122+190=424 (56% of max value = 765). Red value is 112 (44.14% from 255 or 26.42% from 424); Green value is 122 (48.05% from 255 or 28.77% from 424); Blue value is 190 (74.61% from 255 or 44.81% from 424); Max value from RGB is 190 - color contains mainly: blue. Hex color #707ABE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #707ABE is #8F8541. Grayscale: #7E7E7E. Windows color (decimal): -9405762 or 12483184. OLE color: 12483184.

HSL color Cylindrical-coordinate representation of color #707ABE: hue angle of 232.31º degrees, saturation: 0.38, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #707ABE is Cyan = 0.41, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 112 122 190 -
CMYK 0.41 0.36 0 0.25
HSL 232.31º 0.38% 0.59% -
HSV(B) 232.31º 0.41% 0.75% -
XYZ 22.94 21.08 51.58 -
YUV 126.76 163.69 117.47 -
System Red Green Blue C M Y K H S L
Decimal 112 122 190 0.41 0.36 0 0.25 232.31 0.38 0.59
Hex 70 7A BE 29 24 0 19 E8 26 3B
Octal 160 172 276 51 44 0 31 350 46 73
Binary 1110000 1111010 10111110 101001 100100 0 11001 11101000 100110 111011

Color Harmonies of #707ABE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #707ABE

Black with #707ABE

Text Example


Text Example

White with #707ABE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #707ABE; }

 p { color: rgb(112,122,190); }

 H1.HeaderClassName
 {
   color: #707ABE;
 }
 .AnyTagClassName
 {
   color: #707ABE;
 }
</style>

background-color css

<style>
 a { background-color: #707ABE; }

 a { background-color: rgb(112,122,190); }

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

border-color css

<style>
 span { border-color: #707ABE; }

 span { border-color: rgb(112,122,190); }

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