Html Css Color HEX #869ABE Rock Blue

📋 copy color: '#869ABE'

red 134 ◦ green 154 ◦ blue 190

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

Shades of Rock Blue #869ABE

Tints of Rock Blue #869ABE

RGB

 RED value IS 134 (52.73% from 255) = 28.03%

 GREEN value IS 154 (60.55% from 255) = 32.22%

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

R = 28.03%
G = 32.22%
B = 39.75%

CMYK

 C value IS 0.29

 M value IS 0.19

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#869ABE (or 0x869ABE) is known color: Rock Blue. HEX triplet: 86, 9A and BE. RGB value is (134,154,190). Sum of RGB (Red+Green+Blue) = 134+154+190=478 (63% of max value = 765). Red value is 134 (52.73% from 255 or 28.03% from 478); Green value is 154 (60.55% from 255 or 32.22% from 478); Blue value is 190 (74.61% from 255 or 39.75% from 478); Max value from RGB is 190 - color contains mainly: blue. Hex color #869ABE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #869ABE is #796541. Grayscale: #979797. Windows color (decimal): -7955778 or 12491398. OLE color: 12491398.

HSL color Cylindrical-coordinate representation of color #869ABE: hue angle of 218.57º degrees, saturation: 0.3, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #869ABE is Cyan = 0.29, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 134 154 190 -
CMYK 0.29 0.19 0 0.25
HSL 218.57º 0.3% 0.64% -
HSV(B) 218.57º 0.29% 0.75% -
XYZ 30.68 31.9 53.25 -
YUV 152.12 149.37 115.07 -
System Red Green Blue C M Y K H S L
Decimal 134 154 190 0.29 0.19 0 0.25 218.57 0.3 0.64
Hex 86 9A BE 1D 13 0 19 DB 1E 40
Octal 206 232 276 35 23 0 31 333 36 100
Binary 10000110 10011010 10111110 11101 10011 0 11001 11011011 11110 1000000

Color Harmonies of #869ABE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #869ABE

Black with #869ABE

Text Example


Text Example

White with #869ABE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(134,154,190); }

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

background-color css

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

 a { background-color: rgb(134,154,190); }

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

border-color css

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

 span { border-color: rgb(134,154,190); }

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