Html Css Color HEX #707BBB Chetwode Blue

📋 copy color: '#707BBB'

red 112 ◦ green 123 ◦ blue 187

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

Shades of Chetwode Blue #707BBB

Tints of Chetwode Blue #707BBB

RGB

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

 GREEN value IS 123 (48.44% from 255) = 29.15%

 BLUE value IS 187 (73.44% from 255) = 44.31%

R = 26.54%
G = 29.15%
B = 44.31%

CMYK

 C value IS 0.40

 M value IS 0.34

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#707BBB (or 0x707BBB) is known color: Chetwode Blue. HEX triplet: 70, 7B and BB. RGB value is (112,123,187). Sum of RGB (Red+Green+Blue) = 112+123+187=422 (55% of max value = 765). Red value is 112 (44.14% from 255 or 26.54% from 422); Green value is 123 (48.44% from 255 or 29.15% from 422); Blue value is 187 (73.44% from 255 or 44.31% from 422); Max value from RGB is 187 - color contains mainly: blue. Hex color #707BBB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #707BBB is #8F8444. Grayscale: #7E7E7E. Windows color (decimal): -9405509 or 12286832. OLE color: 12286832.

HSL color Cylindrical-coordinate representation of color #707BBB: hue angle of 231.2º degrees, saturation: 0.36, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #707BBB is Cyan = 0.40, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 112 123 187 -
CMYK 0.40 0.34 0 0.27
HSL 231.2º 0.36% 0.59% -
HSV(B) 231.2º 0.4% 0.73% -
XYZ 22.73 21.2 49.91 -
YUV 127.01 161.86 117.3 -
System Red Green Blue C M Y K H S L
Decimal 112 123 187 0.40 0.34 0 0.27 231.2 0.36 0.59
Hex 70 7B BB 28 22 0 1B E7 24 3B
Octal 160 173 273 50 42 0 33 347 44 73
Binary 1110000 1111011 10111011 101000 100010 0 11011 11100111 100100 111011

Color Harmonies of #707BBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #707BBB

Black with #707BBB

Text Example


Text Example

White with #707BBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(112,123,187); }

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

background-color css

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

 a { background-color: rgb(112,123,187); }

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

border-color css

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

 span { border-color: rgb(112,123,187); }

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