Html Css Color HEX #819AB7 Rock Blue

📋 copy color: '#819AB7'

red 129 ◦ green 154 ◦ blue 183

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

Shades of Rock Blue #819AB7

Tints of Rock Blue #819AB7

RGB

 RED value IS 129 (50.78% from 255) = 27.68%

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

 BLUE value IS 183 (71.88% from 255) = 39.27%

R = 27.68%
G = 33.05%
B = 39.27%

CMYK

 C value IS 0.30

 M value IS 0.16

 Y value IS 0

 K value IS 0.28

RGB Variations

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

Color information

#819AB7 (or 0x819AB7) is known color: Rock Blue. HEX triplet: 81, 9A and B7. RGB value is (129,154,183). Sum of RGB (Red+Green+Blue) = 129+154+183=466 (61% of max value = 765). Red value is 129 (50.78% from 255 or 27.68% from 466); Green value is 154 (60.55% from 255 or 33.05% from 466); Blue value is 183 (71.88% from 255 or 39.27% from 466); Max value from RGB is 183 - color contains mainly: blue. Hex color #819AB7 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #819AB7 is #7E6548. Grayscale: #959595. Windows color (decimal): -8283465 or 12032641. OLE color: 12032641.

HSL color Cylindrical-coordinate representation of color #819AB7: hue angle of 212.22º degrees, saturation: 0.27, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #819AB7 is Cyan = 0.30, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB 129 154 183 -
CMYK 0.30 0.16 0 0.28
HSL 212.22º 0.27% 0.61% -
HSV(B) 212.22º 0.3% 0.72% -
XYZ 29.16 31.2 49.28 -
YUV 149.83 146.72 113.14 -
System Red Green Blue C M Y K H S L
Decimal 129 154 183 0.30 0.16 0 0.28 212.22 0.27 0.61
Hex 81 9A B7 1E 10 0 1C D4 1B 3D
Octal 201 232 267 36 20 0 34 324 33 75
Binary 10000001 10011010 10110111 11110 10000 0 11100 11010100 11011 111101

Color Harmonies of #819AB7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #819AB7

Black with #819AB7

Text Example


Text Example

White with #819AB7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #819AB7; }

 p { color: rgb(129,154,183); }

 H1.HeaderClassName
 {
   color: #819AB7;
 }
 .AnyTagClassName
 {
   color: #819AB7;
 }
</style>

background-color css

<style>
 a { background-color: #819AB7; }

 a { background-color: rgb(129,154,183); }

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

border-color css

<style>
 span { border-color: #819AB7; }

 span { border-color: rgb(129,154,183); }

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