Html Css Color HEX #949EC1 Rock Blue

📋 copy color: '#949EC1'

red 148 ◦ green 158 ◦ blue 193

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

Shades of Rock Blue #949EC1

Tints of Rock Blue #949EC1

RGB

 RED value IS 148 (58.2% from 255) = 29.66%

 GREEN value IS 158 (62.11% from 255) = 31.66%

 BLUE value IS 193 (75.78% from 255) = 38.68%

R = 29.66%
G = 31.66%
B = 38.68%

CMYK

 C value IS 0.23

 M value IS 0.18

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#949EC1 (or 0x949EC1) is known color: Rock Blue. HEX triplet: 94, 9E and C1. RGB value is (148,158,193). Sum of RGB (Red+Green+Blue) = 148+158+193=499 (66% of max value = 765). Red value is 148 (58.20% from 255 or 29.66% from 499); Green value is 158 (62.11% from 255 or 31.66% from 499); Blue value is 193 (75.78% from 255 or 38.68% from 499); Max value from RGB is 193 - color contains mainly: blue. Hex color #949EC1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #949EC1 is #6B613E. Grayscale: #9E9E9E. Windows color (decimal): -7037247 or 12689044. OLE color: 12689044.

HSL color Cylindrical-coordinate representation of color #949EC1: hue angle of 226.67º degrees, saturation: 0.27, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #949EC1 is Cyan = 0.23, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 148 158 193 -
CMYK 0.23 0.18 0 0.24
HSL 226.67º 0.27% 0.67% -
HSV(B) 226.67º 0.23% 0.76% -
XYZ 34.07 34.6 55.34 -
YUV 159 147.19 120.15 -
System Red Green Blue C M Y K H S L
Decimal 148 158 193 0.23 0.18 0 0.24 226.67 0.27 0.67
Hex 94 9E C1 17 12 0 18 E3 1B 43
Octal 224 236 301 27 22 0 30 343 33 103
Binary 10010100 10011110 11000001 10111 10010 0 11000 11100011 11011 1000011

Color Harmonies of #949EC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #949EC1

Black with #949EC1

Text Example


Text Example

White with #949EC1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #949EC1; }

 p { color: rgb(148,158,193); }

 H1.HeaderClassName
 {
   color: #949EC1;
 }
 .AnyTagClassName
 {
   color: #949EC1;
 }
</style>

background-color css

<style>
 a { background-color: #949EC1; }

 a { background-color: rgb(148,158,193); }

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

border-color css

<style>
 span { border-color: #949EC1; }

 span { border-color: rgb(148,158,193); }

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